Conversation
This comment has been minimized.
This comment has been minimized.
addaleax
left a comment
There was a problem hiding this comment.
It’s nice that we have an V8 API for this, but I’d really like to avoid the performance hit of the extra calls into C++ and would strongly prefer the variant you suggested in #31889 (comment)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@BridgeAR how would i go about adding that |
|
@devsnek adding it requires to skip the loop and to then check for undefined. If that's the case, just return the string |
|
Landed in 89ae1f1 |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes